.al{
	padding:10px;
}
	.al #alList{
		overflow:hidden;
		margin-bottom:0px;
	}
		.al #alList li{
			float:left;
			padding:0px 10px;
			margin-right:8px;
			background:#fff;
			margin-bottom:10px;
			height:24px;
			line-height:22px;
			border:1px solid #aaa;
			border-radius:5px;
		}
		.al #alList li:hover{
			background:#0069B4;
			
		}
			.al #alList li a{
				color:#333;
			}
			.al #alList li a:hover{
				text-decoration:none;
				color:white;
			}

.cu{
	padding:10px;
}
	.cu #cuList{
		overflow:hidden;
		margin-bottom:0px;
	}
		.cu #cuList li{
			float:left;
			padding:0px 10px;
			margin-right:8px;
			background:#0069B4;
			margin-bottom:10px;
			height:24px;
			line-height:22px;
			border:1px solid #aaa;
			border-radius:5px;
		}
		.cu #cuList li:hover{
			background:rgb(49,178,130);
		}
			.cu #cuList li a{
				color:white;
			}
			.cu #cuList li a:hover{
				text-decoration:none;
			}